projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1673d29
)
retrieve the correct union member
author
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
committer
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch
dlls/dbghelp/cpu_arm64.c
patch
|
blob
|
history
diff --git
a/dlls/dbghelp/cpu_arm64.c
b/dlls/dbghelp/cpu_arm64.c
index 515294fe95c217ddb22ff5de0e890953d8cc4748..29a94ea5226aa85cbcfee595fa3b238d789ccacb 100644
(file)
--- a/
dlls/dbghelp/cpu_arm64.c
+++ b/
dlls/dbghelp/cpu_arm64.c
@@
-170,7
+170,7
@@
static unsigned arm64_map_dwarf_register(unsigned regno, const struct module* mo
static void *arm64_fetch_context_reg(union ctx *pctx, unsigned regno, unsigned *size)
{
#ifdef __aarch64__
- CONTEXT *ctx =
p
ctx;
+ CONTEXT *ctx =
&pctx->
ctx;
switch (regno)
{